CustomVideoSourceService

class CustomVideoSourceService(analyticsManager: AnalyticsManager, blueJeansClient: BlueJeansClient)

This service class offers support for custom video.

Constructors

Link copied to clipboard
fun CustomVideoSourceService(analyticsManager: AnalyticsManager, blueJeansClient: BlueJeansClient)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentVideoSource: ObservableValue<VideoSource>

ObservableValue that indicates the current VideoSource

Functions

Link copied to clipboard
fun pushCustomVideoFrame(frame: BJNVideoFrame): PushVideoFrameResult

Sends a custom video frame. The response from this API is either Success or Failure

Link copied to clipboard
fun setVideoSource(videoSource: VideoSource)

Changes the VideoSource to the one specified.